func runtime.memProfileInternal

3 uses

	runtime (current package)
		mprof.go#L937: 	return memProfileInternal(len(p), inuseZero, func(r profilerecord.MemProfileRecord) {
		mprof.go#L953: func memProfileInternal(size int, inuseZero bool, copyFn func(profilerecord.MemProfileRecord)) (n int, ok bool) {
		mprof.go#L1033: 	return memProfileInternal(len(p), inuseZero, func(r profilerecord.MemProfileRecord) {